Selerix Developer Tools
RemoveAll Method (SmartList<T>)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : RemoveAll Method
The match.
Removes all.
Syntax
'Declaration
 
Public Overridable Function RemoveAll( _
   ByVal match As Predicate(Of T) _
) As Integer
'Usage
 
Dim instance As SmartList(Of T)
Dim match As Predicate(Of T)
Dim value As Integer
 
value = instance.RemoveAll(match)
public virtual int RemoveAll( 
   Predicate<T> match
)
public function RemoveAll( 
    match: Predicate
): Integer; virtual; 
public function RemoveAll( 
   match : Predicate
) : int;
public: virtual int RemoveAll( 
   Predicate<T*>* match
) 
public:
virtual int RemoveAll( 
   Predicate<T^>^ match
) 

Parameters

match
The match.
See Also

Reference

SmartList<T> Class
SmartList<T> Members